home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / be004.dxr / 00048.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  171 b   |  14 lines

  1. on exitFrame
  2.   if the timer < 2015 then
  3.     unLoad(91)
  4.     unloadMember("forestback")
  5.     go(the frame)
  6.   else
  7.     go(the frame + 1)
  8.   end if
  9. end
  10.  
  11. on mouseUp
  12.   go(80)
  13. end
  14.